From bea241417b8d7b6b8b985469acfd88b58898b3b0 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 24 Dec 2010 10:56:29 +0000 Subject: [PATCH] credit2: Fix x86_32 build. Signed-off-by: Keir Fraser --- xen/common/sched_credit2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/sched_credit2.c b/xen/common/sched_credit2.c index 916e00bf49..c28f009996 100644 --- a/xen/common/sched_credit2.c +++ b/xen/common/sched_credit2.c @@ -1782,7 +1782,7 @@ csched_dump(const struct scheduler *ops) "\tncpus = %u\n" "\tmax_weight = %d\n" "\tinstload = %d\n" - "\taveload = %3ld\n", + "\taveload = %3"PRI_stime"\n", i, cpus_weight(prv->rqd[i].active), prv->rqd[i].max_weight, -- 2.30.2